home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / crd2txt2.zip / CRD2TXT.DOC < prev    next >
Text File  |  1993-06-22  |  3KB  |  52 lines

  1.                                       CRD2TXT
  2.               "A program for converting Windows' Card Files to text"
  3.                                Version 2.0 - 6/22/93
  4.  
  5.                                         by
  6.                                   Kevin Krausnick
  7.                                 1287 Trinity Avenue
  8.                                 Seaside, CA. 93955
  9.                                    (510)793-4690
  10.  
  11.  
  12.       CRD2TXT is designed primarily for the purpose of extracting information
  13.       from Windows' Card File databases.  Information from your Card File may
  14.       be extracted using either of the following two methods:
  15.  
  16.        STANDARD CONVERSION - Creates a standard ASCII text file, readable
  17.       from text file viewers or by simply typing the text file straight to the
  18.       screen.  Cards are separated by lines of hyphens for readability.
  19.  
  20.        DELIMITED CONVERSION - Creates an output file with "Quote Delimited"
  21.       fields.  This method provides flexibility for importing data from your
  22.       card file into other applications (like database or spreadsheet
  23.       programs).  There may be up to twelve fields in the delimited file.  The
  24.       first field contains the card's index header, and there may be up to
  25.       eleven other fields for each line containing data on the card itself.
  26.       "Hard" Returns on the card tell the program to begin a new field.  A
  27.       continuous string of text which wraps from line to the next will be
  28.       treated as one field.  This generally tends to keep pertinent
  29.       information together.  Since quotation marks within a delimited file can
  30.       cause data to import into your application out of proper sequence,
  31.       CRD2TXT automatically changes quotes to apostrophes in the output file
  32.       if converted using the quote delimited option.  As anyone who has
  33.       encountered these problems will attest, single quotes are a small price
  34.       to pay for the convenience of worry-free importing.
  35.  
  36.       To run the program, simply type CRD2TXT on it's own.  The screen
  37.       template is designed to be easy to work with.  You only need to specify
  38.       the name of the source file, destination file and whether or not to
  39.       create a quote delimited output file.  Extensions are automatically
  40.       assumed to be ".CRD" for the input file and ".TXT" for the output file
  41.       if none is specified.  You can simply ENTER past the name for the output
  42.       file if you want it to have the same prefix as the input file (just the
  43.       extension changes).  SPACE BAR toggles between yes or no when prompted
  44.       about conversion method.
  45.  
  46.       BENEFITS OF REGISTRATION:  For the nominal registration fee of (U.S.)
  47.       $10, you will receive the latest registered version of the program, in
  48.       addition to a FREE copy of a more powerful utility which works in
  49.       reverse - by creating a Windows' Card File from your text file.  These
  50.       utilities have the potential of saving countless hours of your time
  51.       otherwise spent re-typing the information manually.
  52.